Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/172 - Math Game/js/

script.js /cody/swapnilsparsh/30DaysOfJavaScript/172 - Math Game/js/script.js
227 Views
0 Comments
var playing = false;
var score;
var action;
var timeremaining;
var correctAnswer;

//if we click on the start/reset
document.get